home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
Monitor
/
Snoopy
/
Scripts
/
window.script
< prev
next >
Wrap
Text File
|
1993-12-18
|
1KB
|
22 lines
; this is an example Snoopy scriptfile that looks at some intuition stuff
base=int,intuition.library
pri=3
include=offsets/intuition
watch=int,OpenScreen,A0L/RD0L,OpenScreen( %08lx ) = %08lx
watch=int,OpenScreenTagList,A0L/A1L/RD0L,OpenScreenTagList( %08lx, %08lx ) = %08lx
watch=int,CloseScreen,A0L/RD0L,CloseScreen( %08lx ) = %08lx
watch=int,OpenWindow,A0L/RD0L,OpenWindow( %08lx ) = %08lx
watch=int,OpenWindowTagList,A0L/A1L/RD0L,OpenWindowTagList( %08lx, %08lx ) = %08lx
watch=int,CloseWindow,A0L/RD0L,CloseWindow( %08lx ) = %08lx
watch=int,AutoRequest,A0L/A1L/A2L/A3L/D2W/D3W/RBD0L,AutoRequest( %08lx, "%s", "%s", "%s", %d, %d ) = %s
watch=int,BuildEasyRequestArgs,A0L/A1L/D0L/A3L/RD0L,BuildEasyRequestArgs( %08lx, %08lx, %08lx, %08lx ) = %08lx
watch=int,BuildSysRequest,A0L/A1L/A2L/A3L/D1W/D2W/RD0L,BuildSysRequest( %08lx, "%s", "%s", "%s", %d, %d ) = %08lx
watch=int,ClearDMRequest,A0L/RBD0L,ClearDMRequest( %08lx ) = %s
watch=int,EasyRequestArgs,A0L/A1L/A2L/A3L/RD0L,EasyRequestArgs( %08lx, %08lx, %08lx, %08lx ) = %ld
watch=int,EndRequest,A0L/A1L,EndRequest( %08lx, %08lx )
watch=int,FreeSysRequest,A0L,FreeSysRequest( %08lx )
watch=int,InitRequester,A0L,InitRequester( %08lx )
watch=int,Request,A0L/A1L/RBD0L,Request( %08lx, %08lx ) = %s
watch=int,SetDMRequest,A0L/A1L/RBD0L,SetDMRequest( %08lx, %08lx ) = %s